home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 626-637 / disk_635 / ldp / docs / sony.doc < prev    next >
Text File  |  1992-05-06  |  3KB  |  63 lines

  1. ** communication protocol:                                               **
  2. ** sony: Computer activates DTR (pin 20) on rs-232 port,                 **
  3. ** (amiga 7-line handshake)                                              **
  4. ** then sends a command and expects ACK back. ASCII digits used for      **
  5. ** addresses,etc. Expect ACK back after EACH digit sent. Returns frame#  **
  6. ** as ASCII digits. Player is single character oriented.                 **
  7.  
  8. COMMANDS        CHAR    HEX     DECIMAL              COMMENT
  9. ----------------------------------------------------------------------------
  10. ACK                     0A      10          Acknowledge receipt of a command
  11. ADDR INQ        `       60      96          Get frame number
  12. Clear Entry     A       41      65
  13. Ch-1 on         F       46      70          Audio channel commands
  14. Ch-1 off        G       47      71
  15. Ch-2 on         H       48      72
  16. Ch-2 off        I       49      73
  17. Chapter # INQ   v       76      118         Get chapter number
  18. Chapter # MODE  i       69      105         Set chapter mode
  19. Clear All       V       56      86
  20. Completion              01      1
  21. Continue        a       61      97          Resume mode prior to STILL
  22. Eject           *       2A      42          Open the disc compartment
  23. Enter           @       40      64          Terminate a command
  24. Error                   02      2
  25. Forward Fast    ;       3B      59
  26. Reverse Fast    K       4B      75
  27. Forward Play    :       3A      58
  28. Reverse Play    J       4A      74
  29. Forward Scan    >       3E      62
  30. Reverse Scan    N       4E      78
  31. Forward Slow    <       3C      60
  32. Reverse Slow    L       4C      76
  33. Forward Step    =       3D      61          Variable speed forward play
  34. Reverse Step    M       4D      77          Variable speed reverse play
  35. Fwd Step Still  +       2B      43          Advance one frame forward
  36. Rev Step Still  ,       2C      44          Advance one frame backward
  37. Frame # Mode    U       55      85          Set frame mode
  38. Index on        P       50      80          Set on-screen display ON
  39. Index off       Q       51      81
  40. NAK                     0B      11          Reject receipt of a command
  41. Not Target              05      5           Target frame not found (in search)
  42. Repeat          D       44      68          Playback a designated sequence
  43. Search          C       43      67          Locate a target address
  44. Status INQ      g       67      103         Inquire about status of player
  45. Still           O       4F      79          Still picture
  46. Stop            ?       3F      63          Halt video and audio playback
  47. Video on        '       27      39
  48. Video off       &       26      38
  49. (and a few others.......)
  50.  
  51. SERIAL PORT CONNECTION:  (A standard DB25 serial cable with NULL-MODEM)
  52.  computer   player       (adapter will work.)
  53.  --------   ------
  54.   TxD 2      3 RxD
  55.   RxD 3      2 TxD
  56.   RTS 4      5 CTS
  57.   CTS 5      4 RTS
  58.   DSR 6      20 DTR
  59.   GND 7      7 GND
  60.   DTR 20     6 DSR
  61. ------------------
  62.  
  63.